views
331
likes
4

Comments (5)

What do you think?

Sadly, I couldn't figure out how to properly play? I included it in my Adventure Jam 2018 compilation video series, if you’d like to take a look. https://youtu.be/KO8_r4bIqLw

I bumbled around, found some paper, a chipmunk and a moose that killed me - which caused a global catastrophe! Good stuff

Text adventures are hard to play when you're not accustomed to writing in Engish, but I tried.

I found the paper with the diagram, and it made me think that my goal was to pull the lever to stop the tar sands but I couldn't enter the pumping station. It is weird how the story unfolds when you die. You're hiking in the mountains and, suddenly the planet suffers the consequences of your choices.

I want to get the good ending, so I'll try to finish the game later.

_φ( °-°)/ <[ wait ]

I'm also in the jam, so I'll appreciate if you review my entry Short-term Battery: https://gamejolt.com/games/short-term-battery/340825

If you enjoy crap 8-bit Basic games from the early 80s. this is the place for you.

A classic two-word parser text adventure, written in Micro Color BASIC for the TRS-80 MC-10. For AdventureJam 2018. #AdvJam2018

5d0969da45256.png

The file KINDER.C10 (in the JimG subdir of the Cassette dir in my release above) can also be loaded and run in the following online Javascript emulator, but the game save feature will not work under that platform: http://mc-10.com/
You need to type CLOAD first and hit Enter. Then use the "Choose File" button to select KINDER.C10 Then type run.
#adventure



all-ages
Mild Realistic Violence

Version 3 released.

If you’re interested in the source, it can be found here: https://github.com/jggames/trs80mc10/tree/master/quicktype/Text%…
This release corresponds to http://KINDER6.TXT

Bug Level

Almost done

Actions done

I’ve completed most of the verbs/actions. You can see here that “looking” will occasionally produce some graphic information.

YouTube
https://www.youtube.com/watch?v=XzVavyi7X8Y
youtube.com

Making progress

Descriptions and some of the narrative action added. The story is basically in place.

The Banner

Just want to thank Robert Sieg from the MC-10 Club on Yahoo for his cool font that uses the otherwise totally useless SG 6 video mode first 128 characters. I’ve used it for my banner. So Cool.

It's a start

Just got the Basic navigation part working and the text parser. Next the story elements, actions and NPC interactions.